projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abdd729
)
(read_char): Don't decrement this_command_key_count when saving it.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Aug 1998 07:22:21 +0000
(07:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Aug 1998 07:22:21 +0000
(07:22 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 4bad07131d64bd78a70a74b6fba7f184c11a087f..2afeca312421dde65c20e454c7108059d4c3bbb9 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2363,7
+2363,7
@@
read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
&& (unsigned) XINT (c) < 127)
{
Lisp_Object keys;
- int key_count = this_command_key_count
- 1
;
+ int key_count = this_command_key_count;
int saved = current_kboard->immediate_echo;
struct gcpro gcpro1;